object UninstallForm1: TUninstallForm1 Left = 205 Top = 105 ActiveControl = NoButton BorderIcons = [] BorderStyle = bsDialog Caption = 'x' ClientHeight = 234 ClientWidth = 479 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Visible = True PixelsPerInch = 96 TextHeight = 13 object IntroLabel: TLabel Left = 148 Top = 16 Width = 317 Height = 77 AutoSize = False Caption = 'This will uninstall %s from your computer. Please choose how tho' + 'rough you want the uninstaller to be when deciding what to remov' + 'e from your computer. (It is recommended that you use the curren' + 't settings).' Transparent = True WordWrap = True end object Label2: TLabel Left = 148 Top = 168 Width = 317 Height = 33 AutoSize = False Caption = 'Are you absolutely sure that you want to uninstall this software' + '?' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True end object Image1: TImage Left = 8 Top = 32 Width = 125 Height = 109 AutoSize = True Center = True Picture.Data = {} end object YesButton: TButton Left = 108 Top = 200 Width = 169 Height = 25 Caption = 'Yes, uninstall it' Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = YesButtonClick end object NoButton: TButton Left = 300 Top = 200 Width = 169 Height = 25 Cancel = True Caption = 'No, I'#39've changed my mind' Default = True TabOrder = 1 OnClick = NoButtonClick end object CheckBox2: TCheckBox Left = 148 Top = 112 Width = 317 Height = 17 Caption = 'Remove all of this software'#39's ®istry keys' State = cbChecked TabOrder = 2 end object CheckBox1: TCheckBox Left = 148 Top = 92 Width = 317 Height = 17 Caption = 'Remove all of this software'#39's &files' State = cbChecked TabOrder = 3 end object CheckBox3: TCheckBox Left = 148 Top = 132 Width = 317 Height = 17 Caption = 'Remove all &shortcuts to this software' State = cbChecked TabOrder = 4 end object Timer1: TTimer Interval = 100 OnTimer = Timer1Timer Left = 8 Top = 188 end end